home *** CD-ROM | disk | FTP | other *** search
/ LG Super CD / LG Super CD.iso / vx4400 / drivers / lgusbdriverinstallation_35f.exe / data1.cab / Program_Executable_Files / lgatbus.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2002-10-17  |  6.6 KB  |  172 lines

  1. ;*****************************************************************************
  2. ;
  3. ; lgatbus.inf   -- Install the LG USB Composite Device drivers
  4. ;
  5. ; Copyright (c) 1997-2001 MCCI
  6. ;
  7. ; $Id: cdcbus.inf,v 1.9 2002/04/11 14:35:39 greg Exp $
  8. ;
  9. ; MCCI is a registered trademark of Moore Computer Consultants, Inc.
  10. ;
  11. ; NOTICE: This software is licensed, not sold.  Any modification of this
  12. ; inf file to change the reference to an operating system or to change the
  13. ; reference to a device is not permitted unless authorized in writing by
  14. ; Moore Computer Consultants, Inc..
  15. ;
  16. ;*****************************************************************************
  17.  
  18. [version]
  19. signature="$CHICAGO$"
  20. Class=USB
  21. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  22. Provider=%Provider%
  23. DriverVer=10/15/2002, 3.35.0.600
  24. ;CatalogFile=lgatbus.cat
  25.  
  26. [ControlFlags]
  27. ExcludeFromSelect = *
  28.  
  29. ;-----------------------------------------------------------------------------
  30. ; Specify target paths...
  31. ;-----------------------------------------------------------------------------
  32. [DestinationDirs]
  33. DefaultDestDir                  = 11                    ; LDID_SYS
  34. LGWdm.W95.CopyFiles       = 11                    ; LDID_SYS
  35. LGWdm.NT.CopyFiles        = 12                    ; system32\drivers
  36. PropPages.CopyFiles             = 11                    ; system
  37.  
  38. ;-----------------------------------------------------------------------------
  39. ; Specify the install disks.  A bit unwieldy during development.
  40. ;-----------------------------------------------------------------------------
  41. [SourceDisksNames]
  42. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  43. 1=%DiskString%,"lgatbus.sys",,
  44.  
  45. [SourceDisksFiles]
  46. ; filename = diskid[, [subdir] [, size]]
  47. lgatbus.sys = 1
  48. lgatwh95.sys = 1
  49. lgatwhnt.sys = 1
  50.  
  51. ;-----------------------------------------------------------------------------
  52. ; Table of Contents:  manufacturer, then devices.
  53. ;-----------------------------------------------------------------------------
  54. [Manufacturer]
  55. %LG%=LG
  56.  
  57. ;-----------------------------------------------------------------------------
  58. ; The devices
  59. ;-----------------------------------------------------------------------------
  60. [LG]
  61. %LG.CdcBus.Desc% = LGWdm.Install, USB\VID_1004&PID_6000
  62.  
  63. ;-----------------------------------------------------------------------------
  64. ; How to install them:  On W9x, the [section] name is used directly.
  65. ; On NT, the system first tries [section.NT], then [section].
  66. ;-----------------------------------------------------------------------------
  67.  
  68. ;-----------------------------------------------------------------------------
  69. ; Diagnostics Files CopyFiles List Section
  70. ;-----------------------------------------------------------------------------
  71. [LG.CopyFiles]
  72.  
  73. ;-----------------------------------------------------------------------------
  74. ; XXX when we have a property page DLL, add it to the following section.
  75. ;-----------------------------------------------------------------------------
  76. [PropPages.CopyFiles]
  77.  
  78. ;-----------------------------------------------------------------------------
  79. ;       How to install the WDM driver on W95/W98
  80. ;-----------------------------------------------------------------------------
  81. [LGWdm.Install]
  82. DriverVer=10/15/2002, 3.35.0.600
  83. CopyFiles       = LGWdm.W95.CopyFiles, LG.CopyFiles, PropPages.CopyFiles
  84. AddReg          = LGWdm.AddReg, LGWdm.W95.AddReg
  85.  
  86. ;-----------------------------------------------------------------------------
  87. ;       How to install the WDM driver on NT
  88. ;-----------------------------------------------------------------------------
  89. [LGWdm.Install.NT]
  90. DriverVer=10/15/2002, 3.35.0.600
  91. CopyFiles       = LGWdm.NT.CopyFiles
  92. AddReg          = LGWdm.AddReg, LGWdm.NT.AddReg
  93.  
  94. ;-----------------------------------------------------------------------------
  95. ;       How to start the WDM driver on NT
  96. ;-----------------------------------------------------------------------------
  97. [LGWdm.Install.NT.Services]
  98. AddService      = lgatbus, 2, LGWdm.AddService
  99.  
  100. [LGWdm.AddService]
  101. DisplayName             = %LG.Service.Desc%
  102. ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
  103. StartType               = 3     ; SERVICE_DEMAND_START
  104. ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
  105. ServiceBinary           = %12%\lgatbus.sys
  106. LoadOrderGroup          = Base
  107.  
  108. ;-----------------------------------------------------------------------------
  109. ;       WDM registry entries (all platforms)
  110. ;-----------------------------------------------------------------------------
  111. [LGWdm.AddReg]
  112.  
  113.  
  114. ;-----------------------------------------------------------------------------
  115. ;       WDM registry entries (W95/98) (including how to start the driver)
  116. ;-----------------------------------------------------------------------------
  117. [LGWdm.W95.AddReg]
  118. HKR,,DevLoader,,*ntkern
  119. HKR,,NTMPDriver,,lgatbus.sys
  120.  
  121. ;-----------------------------------------------------------------------------
  122. ;       WDM registry entries (NT only)
  123. ;-----------------------------------------------------------------------------
  124. [LGWdm.NT.AddReg]
  125.  
  126. ;-----------------------------------------------------------------------------
  127. ;       The WDM copy list for Win95 -- different because things go in
  128. ;       different places.  Also, we probably need to rename drivers 
  129. ;       during the install.
  130. ;-----------------------------------------------------------------------------
  131. [LGWdm.W95.CopyFiles]
  132. lgatbus.sys
  133. lgatwh.sys,lgatwh95.sys
  134. lgatwh95.sys
  135. lgatwhnt.sys
  136.  
  137. ;-----------------------------------------------------------------------------
  138. ;       The WDM copy list for NT -- different because things go in
  139. ;       different places.
  140. ;-----------------------------------------------------------------------------
  141. [LGWdm.NT.CopyFiles]
  142. lgatbus.sys
  143. lgatwh.sys,lgatwhnt.sys
  144. lgatwhnt.sys
  145.  
  146. ;****************************************************************************
  147. ; Localizable Strings
  148. ;****************************************************************************
  149. [strings]
  150.  
  151. ;BEGIN ENG - US English Strings
  152. Provider = "LG Electronics Inc."
  153. LG = "LG Electronics Inc."
  154. DiskString = "LG USB Composite Device Installation disk"
  155.  
  156. LG.CdcBus.Desc = "LG USB Composite Device"
  157. LG.Service.Desc = "LG USB Composite Device driver (WDM)"
  158.  
  159. CustomerDataPath = "LG USB CDMA Modem"
  160. DriverSet = "LG USB CDMA Modem Software"
  161. UninstallFile = "LGATUninstall.exe"
  162. McciOptions = "Uninstallable"
  163.  
  164.  
  165. ;END ENG - US English Strings
  166.  
  167. ;-----------------------------------------------------------------------------
  168. ; Following are symbolic constants which don't change per locale.
  169. ;-----------------------------------------------------------------------------
  170.  
  171. ;*** end of file ***
  172.